home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: superplay_pragmas.h 5.1 (8.8.96)
- **
- ** pragmas for superplay.library
- **
- ** (C) Copyright 1994-96 Andreas R. Kleinert
- ** All Rights Reserved.
- */
-
- #ifndef PRAGMAS_SUPERPLAY_H
- #define PRAGMAS_SUPERPLAY_H
-
- #pragma libcall SuperPlayBase SPL_AllocHandle 1e 901
- #pragma libcall SuperPlayBase SPL_FreeHandle 24 901
- #pragma libcall SuperPlayBase SPL_StopReplay 2a 901
- #pragma libcall SuperPlayBase SPL_FreeResources 30 901
- #pragma libcall SuperPlayBase SPL_SuperPlay 36 a902
- #pragma libcall SuperPlayBase SPL_SuperWrite 3c a902
- #pragma libcall SuperPlayBase SPL_InitHandleAsDOS 42 a902
- #pragma libcall SuperPlayBase SPL_InitHandleAsClip 48 a902
- #pragma libcall SuperPlayBase SPL_SetWriteType 4e ba903
- #pragma libcall SuperPlayBase SPL_GetErrorString 54 901
- #pragma libcall SuperPlayBase SPL_SetWriteName 5a ba903
- #pragma libcall SuperPlayBase SPL_FileInfoRequest 60 ba903
- #pragma libcall SuperPlayBase SPL_SetReqIOWindow 66 a902
- #pragma libcall SuperPlayBase SPL_ReadPlayData 6c a902
- #pragma libcall SuperPlayBase SPL_ContinueReplay 72 901
- #pragma libcall SuperPlayBase SPL_FastForward 78 901
- #pragma libcall SuperPlayBase SPL_FastBackward 7e 901
- #pragma libcall SuperPlayBase SPL_GetSampleList 84 a902
- #pragma libcall SuperPlayBase SPL_SetSampleList 8a a902
- #pragma libcall SuperPlayBase SPL_GetFileType 90 ba903
-
- #endif /* PRAGMAS_SUPERPLAY_H */
-